html, body {
    width: 100%;
    height: 100%
}

body {
    background-color: #fbf7f7;
    line-height: 24px;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    min-width: 1200px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.top-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}
.top-logo {
    width: 280px;
    height: 66px;
}
.weather {
    width: 290px;
    height: 62px;
    padding-right: 10px;
    display: flex;
}
.weather a{
    margin-top: 11px;
    margin-left: 15px;
    font-size: 16px;
    color: #c5342a;
    font-weight: bolder;
}
.input-box {
    position: relative;
    /* margin: 0 auto; */
    /*padding-left: 70px;*/
    z-index: 1;
    width: 346px;
    height: 44px;
}

.input-box button {
    width: 70px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background: url("../../image/dingxishi/sousuo.png") no-repeat center #c5342a;
    position: absolute;
    right: -20px;
    cursor: pointer;
    z-index: 1;
}

::-webkit-input-placeholder {
    /*letter-spacing: 0.5em;*/
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
}

.input-text {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
}

.aaa img {
    width: 100%;
    height: 100%;

}

.input-box input {
    padding-left: 20px;
    width: 320px;
    height: 40px;
    background: rgba(195, 170, 157, 0.4);
    border: none;
    border-radius: 20px;
}


/*顶部轮播样式*/
.top-lunbo-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.top-lunbo {
    height: 200px;
    display: flex;
}

.top-lunbo div {
    flex: none;
    width: 100%;
    height: 100%;
}

.top-lunbo div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*导航栏样式*/
.nav-box {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #d74339;
}

.nav-content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.nav-content > div {
    font-size: 20px;
    color: #FFFFFF;
    padding: 10px 15px;
    transition: all .2s;
    position: relative;
}

.nav-content > div:hover {
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.nav-second {
    min-width: 100%;
    line-height: 2em;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    display: none;
    flex-direction: column;
    z-index: 999;
    background: #E06D65;
    cursor: pointer;
    text-align: center;
}

.nav-second span {
    white-space: nowrap;
    padding: 0 10px;
    font-size: 18px;
    align-items: center;
    cursor: pointer;
}

.nav-second span:hover {
    background-color: rgba(195, 170, 157, 0.8);
}

.nav-content > div:hover .nav-second {
    display: flex;
}

/*底部样式*/
.bottom {
    height: 190px;
    width: 100%;
    position: relative;
    background-color: #d74339;
}

.bot_f {
    height: 15px;
    width: 460px;
    padding-top: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bot_f div {
    padding: 0 10px;
    transition: all .1s;
}

.bot_f div span {
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}

.bot_f div img {
    width: 18px;
    height: auto;
}

.bot_f div:hover {
    transform: scale(1.1);
}

.bot_s {
    height: 20px;
    width: 100%;
    margin: 23px auto;
    font-size: 14px;
}

.bot_s div {
    display: flex;
    justify-content: center;
}

.bot_s div span {
    font-size: 15px;
    color: #FFFFFF;
    padding: 3px 10px;
}

/*内容部分样式*/
.content-box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

/*顶部标题样式*/
.content-top {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: #e7d6d6 10px 10px 30px 5px;
}

.content-top_biaoti {
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    /*color: #d74339;*/
    padding: 15px 50px 5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.content-top_bottom {
    display: flex;
    justify-content: space-around;
    padding: 0 30px 5px;
    align-items: center;
}

.content-top_mixbiaoti {
    display: flex;
    justify-content: space-around;
    flex: auto;
}

.content-top_mixbiao {
    padding: 5px 2px 5px 10px;
    position: relative;
    box-sizing: border-box;
    flex: auto;
}

.content-top_mixbiao span {
    font-size: 18px;
    line-height: 2em;
    width: 360px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.content-top_mixbiao::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: rgba(24, 24, 24, 0.9);
    transform: translate(-50%, -50%);
}

.content-top_mixbiao:last-child::before {
    content: "";
    display: none;
}

.content-top_more {
    flex: none;
    padding-right: 10px;
    font-size: 15px;
    color: #d74339;
    cursor: pointer;
}

.content-top_more:hover {
    color: #b82f26;
}

/*轮播图*/
.content-second {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 15px;
}

.second-lunbo-box {
    width: 800px;
    height: 500px;
    flex: none;
    overflow: hidden;
    position: relative;
}

.second-lunbo_img {
    width: 100% !important;
    height: 100% !important;
}

.detail-lunbo-box {
    margin-left: 27px;
    margin-top: 15px;
    width: 1146px;
    height: 700px;
    flex: none;
    overflow: hidden;
    position: relative;
}
.second-lunbo {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.second-lunbo img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.second-lunbo > div {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    background: linear-gradient(0, rgba(153, 12, 12, 0.7), rgba(243, 215, 215, 0.1));
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f0f0f0;
    font-size: 26px;
    text-align: left;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*右侧新闻样式*/
.second-right {
    width: 300px;
    height: 500px;
    flex: auto;
    padding-left: 20px;
}
.second-right-text {
    height: 45px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    box-shadow: #e7d6d6 1px 1px 10px 1px;
}

.second-right-text span {
    font-size: 16px;
    margin-left: 10px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.second-right-text span:hover {
    transform-origin: right center;
    transform: scale(1.1);
    background-color: #d74339;
    color: #FFFFFF;
    padding-left: 10px;
    transition: all .1s;
}

/*热榜*/
.hot {
    width: 100%;
    height: 65px;
    display: flex;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: #e7d6d6 10px 10px 30px 5px;
}

.hoticon {
    flex: none;
    width: 81px;
    height: auto;
    margin-right: 15px;
    position: relative;
}

.hoticon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hot-news {
    flex: auto;
    overflow: hidden;
}

.hot-news-content {
    width: auto;
    white-space: nowrap;
}

.hot-news_box {
    line-height: 65px;
    display: inline-block;
}

.hot-news_box span {
    font-size: 18px;
    color: #d74339;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    padding-left: 50px;
    cursor: pointer;
}

.hot-news_box span::before {
    content: attr(data-value);
    left: 30px;
    top: 45%;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url("../../image/dingxishi/huo.png") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    color: white;
    line-height: 32px;
    text-align: center;
    padding-top: 5px;
}

/*数字报、要闻内容*/
.content-third {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 15px;
}

.content-shuzibao {
    flex: none;
    width: 360px;
    height: 500px;
    background-color: #FFFFFF;
    margin-right: 15px;
    box-shadow: #e7d6d6 1px 1px 2px 1px;
}

.content-shuzibao_biaoti {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #d74339;
    margin: 0 20px;
}

.content-shuzibao_number {
    flex: none;
    width: 140px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #d74339;
}

.content-shuzibao_number span {
    font-size: 24px;
    font-weight: 560;
    color: #d74339;
    letter-spacing: 0.1em;
}

.content-shuzibao_more {
    flex: auto;
    padding-top: 38px;
}

.content-shuzibao_more span {
    float: right;
    color: #d74339;
    font-size: 14px;
    cursor: pointer;
}

/*数字报轮播*/
.szb-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.szb-box img {
    width: 255px;
    height: 360px;
    object-fit: contain;
    box-shadow: 0 0 10px #d74339;
}

.szb-box div {
    margin-top: 10px;
    font-size: 22px;
    color: #d74339;
}

/*要闻样式*/
.content-yaowen {
    flex: none;
    width: 447px;
    height: 500px;
    background-color: #FFFFFF;
    margin-right: 15px;
    box-shadow: #e7d6d6 1px 1px 2px 1px;
}

.content-yaowen_biaoti {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #d74339;
    margin: 0 20px;
}

.content-yaowen_number {
    flex: none;
    width: 110px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #d74339;
}

.content-yaowen_number span {
    font-size: 24px;
    font-weight: 560;
    color: #d74339;
    letter-spacing: 0.1em;
}

.content-yaowen_more {
    flex: auto;
    padding-top: 38px;
}

.content-yaowen_more span {
    float: right;
    color: #d74339;
    font-size: 14px;
    cursor: pointer;
}

/*要闻轮播*/
.content-yaowen_lunbo {
    width: 360px;
    padding: 10px 44px 0;
    height: 240px;
}

.content-yaowen_lunbo-box {
    width: 100%;
    height: 240px;
    flex: none;
    overflow: hidden;
    position: relative;
}

.content-yaowen_lunbo-box_img {
    width: 100% !important;
    height: 100% !important;
}

.yaowen_lunbo {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.yaowen_lunbo img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.yaowen_lunbo > div {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background: rgba(40, 40, 40, 0.4);
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    color: #f0f0f0;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.yaowen-news {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.yaowen-news_title {
    /*height: 42px;*/
    position: relative;
}

.yaowen-news_title span {
    padding: 5px 20px 5px 45px;
    font-size: 16px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.yaowen-news_title span:hover {
    color: #b82f26;
}

.yaowen-news_title span::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d74339;
    position: absolute;
    left: 25px;
    margin-top: 11px;
}

/*右侧图片样式*/
.content-image {
    flex: auto;
    height: 500px;
}

.image-top {
    height: 140px;
    margin-bottom: 6px;
}

.image-top img {
    width: 100%;
    height: 100%;
}

.image-middle {
    height: 160px;
    margin-bottom: 6px;
}

.image-middle img {
    width: 100%;
    height: 100%;
}

.image-bottom {
    display: flex;
    height: auto;
    justify-content: space-between;
}

.image-bottom > div {
    text-align: center;
}

.image-bottom > div span {
    font-size: 16px;
}

/*五图轮播*/
.carouselpar {
    height: 170px;
    margin: 10px auto 0;
    padding-top: 5px;
    /*text-align: center;*/
    position: relative;
}

.carouselpar .carousel {
    position: relative;
    overflow: hidden;
}

.carouselpar .sltm-carousle {
    width: 100%;
    /*height: 169px;*/
}

.lf {
    float: left;
}

.carouselpar #Carouselzt ul {
    padding-left: 0;
}

.carouselpar .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.sltm-carousle {
    width: 100%;
    height: 100%;
}

.carousel {
    overflow: hidden;
    /*width: 507px;*/
    /*height: 327px;*/
    position: relative;
}

.carouselpar .carousel-img li {
    height: 100%;
    width: 241px;
    float: left;
    /*padding: 0 2px 0 0;*/
}

.carousel-img li {
    height: 100%;
    width: 100%;
}

.carousel-img li a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.carousel-img li a img {
    height: 170px;
    width: 238px;
}

.carl-btn {
    width: 37px;
    height: 170px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    z-index: 999;
}

.carl-btn img {
    height: 170px;
    margin: 0 auto;

}

.pre, .next {
    /*display: block;*/
}

.pre {
    left: 0px;
}

.next {
    right: 0px;
}

/*视听定西样式*/
.content-shiting {
    width: 100%;
    height: 270px;
    margin-top: 15px;
    background: linear-gradient(50deg, rgba(251, 217, 199, 0.90), rgba(250, 238, 226, 0.94));
}

.content-shijue {
    width: 100%;
    min-height: 510px;
    margin-top: 15px;
    background: linear-gradient(50deg, rgba(251, 217, 199, 0.90), rgba(250, 238, 226, 0.94));
}

.content-shiting_biaoti {
    padding-top: 20px;
    text-align: center;
    width: 100%;
    height: 70px;
    background: url("../../image/dingxishi/shiting.png") no-repeat center center;
}

.content-shiting_biaoti span {
    font-size: 24px;
    color: #d74339;
    font-weight: 560;
}

.shiting-news {
    width: 100%;
    height: 170px;
    flex: none;
    /*overflow: hidden;*/
    position: relative;
}

.shiting-news-box {
    width: 100%;
    height: 100%;
    flex: none;
    overflow: hidden;
    /*position: relative;*/
}

.shiting-lunbo_img {
    width: 90% !important;
    height: 85% !important;
    margin-left: 60px;
    background-color: unset !important;
}

.shiting-lunbo_img > [carousel-item]:before {
    display: none !important;
}

.shiting-lunbo {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /*position: relative;*/
    overflow: hidden;
    background-color: unset !important;
}

.shiting-lunbo__box {
    width: 100%;
    height: 100%;
    display: flex;
}

.shiting-lunbo_min {
    position: relative;
    flex: 1;
    margin: 0 5px;
    cursor: pointer;
}

.shiting-lunbo_min img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}


.shiting-lunbo_min > div {
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 0;
    background: rgba(80, 77, 77, 0.09);
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    color: #f0f0f0;
    font-size: 14px;
    padding-left: 10px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.shiting-lunbo_min::before{
    content: '';
    z-index: 999;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("../../image/dingxishi/start.png") no-repeat;
    opacity: 0.6;
    right: 0;
    left: 40%;
    bottom: 40%;
    background-size: 100%;
    /*background-color: yellow;*/
}
.shiting-lunbo_img .layui-carousel-ind {
    position: relative;
    top: 5px;
    width: 100%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0;
}

.shiting-lunbo_img .layui-carousel-ind ul {
    background-color: unset !important;
}

.shiting-zhibo-box {
    width: 100%;
    height: 200px;
}

.zhibo-biaoti {
    padding-left: 100px;
}

.zhibo-biaoti img {
    width: 100%;
    height: 100%;
}

.zhibo-pingtai {
    width: 92%;
    height: auto;
    padding-left: 100px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.zhibo-pingtai-box {
    width: 100%;
    height: 100%;
}

.zhibo-time {
    color: #d74339;
    text-align: center;
    cursor: pointer;
}

.zhibo-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    position: relative;
}

.zhibo-now {
    font-size: 14px;
    position: absolute;
    width: 70px;
    height: 22px;
    bottom: 0;
    background-color: #d74339;
    border-radius: 10px;
    top: 0%;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    cursor: pointer;
    color: #f0f0f0;
}

.zhibo-end {
    font-size: 14px;
    position: absolute;
    width: 70px;
    height: 22px;
    bottom: 0;
    background-color: #a0a0a0;
    border-radius: 10px;
    top: 0%;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    cursor: pointer;
    color: #f0f0f0;
}


.zhibo-pingyu {
    letter-spacing: 0.1em;
    height: 36px;
    padding: 5px 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

/*大块新闻区*/
.content-maxnews {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 15px;
}
.yangmei-news{
    flex: none;
    width: 360px;
    height: 500px;
    margin-right: 15px;
}
.content-yangmei {
    flex: none;
    width: 360px;
    height: 500px;
    background-color: #FFFFFF;
    margin-right: 15px;
    box-shadow: #e7d6d6 1px 1px 2px 1px;
}
/*左侧新闻区*/
.left-news {
    flex: none;
    width: 430px;
    height: 835px;
    margin-right: 15px;
}

.content-shizheng {
    flex: none;
    width: 430px;
    height: 410px;
    background-color: #FFFFFF;
    margin-right: 15px;
    box-shadow: #e7d6d6 1px 1px 2px 1px;
}

.content-shuzibao_biaoti {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #d74339;
    margin: 0 20px;
}

.content-shizheng_number {
    flex: none;
    width: 160px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #d74339;
}
.content-yangmei_number {
    flex: none;
    width: 180px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #d74339;
}
.content-yangmei_number span {
    font-size: 24px;
    font-weight: 560;
    color: #d74339;
    letter-spacing: 0.1em;
}
.content-shizheng_number span {
    font-size: 24px;
    font-weight: 560;
    color: #d74339;
    letter-spacing: 0.1em;
}

.content-shuzibao_more {
    flex: auto;
    padding-top: 38px;
}

.content-shuzibao_more span {
    float: right;
    color: #d74339;
    font-size: 14px;
}

/*新闻*/
.left-news-shizheng {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.left-news_tuwen {
    display: flex;
    width: 100%;
    height: 145px;
    justify-content: space-around;
    margin-bottom: 10px;
}


.left-news_tu {
    flex: none;
    width: 210px;
    height: 145px;
    margin-left: 10px;
    cursor: pointer;
}

.left-news_tu img {
    width: 100%;
    height: 100%;
}

.left-news_wen {
    flex: auto;
    margin: 5px 20px 0 10px;
}

.left-news_wen span {
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.left-news_wen span:hover {
    color: #b82f26;
}

.left-news_title {
    position: relative;
}

.left-news_title span {
    padding: 5px 20px 5px 38px;
    font-size: 16px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.left-news_title span:hover {
    color: #b82f26;
}

.left-news_title span::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d74339;
    position: absolute;
    left: 20px;
    margin-top: 10px;
}
/*央媒看定西*/
.yangmei-news_tuwen {
    display: flex;
    width: 100%;
    height: 120px;
    justify-content: space-around;
    margin-bottom: 10px;
}
.yangmei-news_wen {
    flex: auto;
    margin: 5px 20px 0 10px;
}
.yangmei-news_tu {
    flex: none;
    width: 180px;
    height: 120px;
    margin-left: 10px;
    cursor: pointer;
}
.yangmei-news_tu img {
    width: 100%;
    height: 100%;
}
.yangmei-news_wen {
    flex: auto;
    margin: 5px 20px 0 10px;
}
.yangmei-news_wen span {
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.yangmei-news_wen span:hover {
    color: #b82f26;
}
.yangmei-news_title {
    position: relative;
}
.yangmei-news_title span {
    padding: 5px 20px 5px 38px;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}
.yangmei-news_title span:hover {
    color: #b82f26;
}

.yangmei-news_title span::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d74339;
    position: absolute;
    left: 20px;
    margin-top: 10px;
}


/*定西扶贫*/
.content-dingxi {
    margin-top: 15px;
    flex: none;
    width: 430px;
    height: 410px;
    background-color: #FFFFFF;
    margin-right: 15px;
    box-shadow: #e7d6d6 1px 1px 2px 1px;
}

.content-dingxi_number {
    flex: none;
    width: 150px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #d74339;
}

.content-dingxi_number span {
    font-size: 24px;
    font-weight: 560;
    color: #d74339;
    letter-spacing: 0.1em;
}

.middle-news {
    flex: none;
    width: 430px;
    height: 835px;
    margin-right: 15px;
}

/*右侧新闻栏目*/
.right-news {
    flex: auto;
    height: 835px;
}

.content-yuanchuang {
    flex: none;
    width: 310px;
    height: 340px;
    background-color: #FFFFFF;
    margin-right: 15px;
    box-shadow: #e7d6d6 1px 1px 2px 1px;
}

.content-yuanchuang_number {
    flex: none;
    width: 150px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #d74339;
}

.content-yuanchuang_number span {
    font-size: 24px;
    font-weight: 560;
    color: #d74339;
    letter-spacing: 0.1em;
}

.content-quanwei {
    flex: none;
    width: 310px;
    height: 340px;
    background-color: #FFFFFF;
    margin-right: 15px;
    box-shadow: #e7d6d6 1px 1px 2px 1px;
    margin-top: 15px;
}

.content-quanwei_number {
    flex: none;
    width: 150px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 5px solid #d74339;
}

.content-quanwei_number span {
    font-size: 24px;
    font-weight: 560;
    color: #d74339;
    letter-spacing: 0.1em;
}

.right-bottom {
    flex: none;
    width: 310px;
    height: 125px;
    margin-top: 15px;
}

.right-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*小三块广告栏*/
.content-six {
    width: 100%;
    height: 130px;
    display: flex;
    margin-top: 15px;
    justify-content: space-around;
    position: relative;
}

.content-six-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex: auto;
}

.six-lunbo_image {
    flex: 1;
}

.six-lunbo_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.six-lunbo_image:nth-child(2) {
    margin: 0 20px;
}

/*广告栏*/
.guanggao {
    width: 100%;
    height: 100px;
    margin-top: 15px;
}

.guanggao img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*新媒体产品*/
.content-xinmeiti {
    width: 100%;
    height: 500px;
    margin-top: 15px;
    background: linear-gradient(50deg, rgba(251, 217, 199, 0.90), rgba(250, 238, 226, 0.94));
}

.xinmeiti-box .swiper-container {
    width: 100%;
    height: 100%;
}

.xinmeiti-box .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1.05);
}


.xinmeiti-box .swiper-slide-next-next, .xinmeiti-box .swiper-slide-prev-prev {
    transform: scale(1.2);
    z-index: 997;
}

.xinmeiti-box .swiper-slide-next, .xinmeiti-box .swiper-slide-prev {
    transform: scale(1.35);
    z-index: 998;
}
.xinmeiti-box .swiper-slide-active {
    transform: scale(1.5);
    z-index: 999;
}

.xinmeiti-box .swiper-slide img {
    width: 505px;
    height: 270px;
    object-fit: cover;
}

/*视觉影像*/
.section-culture-shijue {
    padding: 0 30px 10px 30px;
}

.culture-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 430px;
    display: flex;
}

.culture-flex {
    flex: 1;
    height: 400px;
    background-color: #BDC3CD;
    transition: all .3s;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.culture-flex::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(199 120 120 / 70%);
    transition: all .3s;
}


.culture-text {
    position: absolute;
    width: 100%;
    height: 2em;
    bottom: 0;
    line-height: 2em;
    color: #f0f0f0;
    font-size: 24px;
    transform: translateY(2em);
    opacity: 0;
    font-weight: bold;
    padding-left: 10px;
    transition: all .3s .1s;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
    background-color: rgba(255, 50, 50, 0.5);
}

.culture-active {
    flex: 4;
}

.culture-active .culture-text {
    transform: translateY(0);
    opacity: 1;
}

.culture-active::after {
    background-color: rgba(100, 100, 100, 0);
}

/*媒体矩阵*/
.content-erweima {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-around;
    position: relative;
    border-bottom: solid #eda599 1.9px;
}

.erweima-box {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    flex: auto;
}

.erweima-box_image {
    flex: 1;
    margin: 0 40px;
    text-align: center;
}

.erweima-box_image img {
    width: 94%;
    height: 150px;
    margin: 0 auto;
    display: block;
}

.erweima-box_image span {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
}

.content-wangzhan {
    width: 96%;
    min-height: 180px;
    margin: 20px;
    background: linear-gradient(50deg, rgb(242, 177, 162), rgb(241, 194, 182));;
}

.wangzhan_biaoti {
    height: 40px;
}

.table4_list ul li {
    font-size: 20px;
    color: white;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 160px;
    text-align: center;
    cursor: pointer;
}

.table4_list .current {
    background: #e0665b;
    height: 38px;
}

.table4_con {
    height: auto;
    padding: 10px;
}
.item{
    width: 100%;
    min-height: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.item a {
    font-size: 18px;
    color: #bf453a;
    line-height: 40px;
    font-weight: 600;
    padding: 5px 22px;
    cursor: pointer;
    display: block;
}
.item span {
    font-size: 18px;
    color: #bf453a;
    line-height: 40px;
    font-weight: 600;
    padding-top: 5px ;
    cursor: pointer;
    display: block;
}
.index-content{
    padding-top: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px #999999;
}
.home_web{
    position: fixed;
    width: 125px;
    height: 70px;
    right: 140px;
    top: 38%;
    z-index: 9999;
}
.home_web ul li{
    width: 60px;
    float: left;
    position: relative;
}

.slider_bar{
    position: fixed;
    top: 90%;
    right: 3px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-end;
    z-index: 9999;
    transition: all .5s;
    cursor: pointer;
}
.slider_bar:hover{
    transform: scale(1.1);
}

.home_web{
    position: fixed;
    right: -57px;
    top: 80%;
    /*cursor: pointer;*/
}

.home_web .home_con{
    position: fixed;
    right: 1px;
    top: 40%;
    /*transition: all .3s;*/
}
.home_web .home_con div{
    width: 122px;
    text-align: center;
    color: #006dac;
    box-shadow: 0 0 5px #b6b6b6;
    margin-top: 10px;
    background-color: #FFFFFF;
}

/*.home_web:hover .home_con{*/
/*    right: 0px;*/
/*}*/
.shipin-left-box-bottom:hover img {
    transform-origin: center;
    transform: scale(1.03);
}
.shipin-left-box-bottom:hover .shipin-text-left-top {
    transform-origin: center;
    transform: scale(1.15);
}
.shipin-left-box-bottom {
    width: 320px;
    height: 210px;
    position: relative;
    top: 10px;
    left: 20px;
    overflow: hidden
}

.shipin-left-box-bottom video {
    position: relative;
    width: 320px;
    height: 184px;
    object-fit: fill;
    transition: all 1s;
    overflow: hidden;
}
.shipin-left-box-bottom span {
    position: relative;
    bottom: 42px;
    overflow: hidden;
    width: 320px;
    color: white;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
}

.shipin-left-box-bottom span a {
    color: white;
}
.shipin-text-left-top {
    position: absolute;
    width: 19%;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    top: 0;
    color: white;
    background: linear-gradient(to right, #F96D4D, #F78A1F);
    font-size: 14px !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 999;
}

.shipin-text-left-top span {
    margin: 8px 3px !important;
    position: static !important;
    font-size: 16px !important;
}
.shipin-text-left-top span {
    position: relative;
    bottom: 26px;
    overflow: hidden;
    width: 400px;
    color: white;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}